home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 1318 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.5 KB

  1. Path: info.uah.edu!oreo!gbacon
  2. From: gbacon@oreo (Greg Bacon)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: ISR in C (interrupt stay resident)
  5. Date: 13 Jan 1996 01:37:40 GMT
  6. Organization: The University of Alabama in Huntsville
  7. Distribution: inet
  8. Message-ID: <4d72d4$88a@info.uah.edu>
  9. References: <Pine.HPP.3.91.960112085515.25729C-100000@pollux>
  10. NNTP-Posting-Host: oreo.aspire.cs.uah.edu
  11. X-Newsreader: TIN [version 1.2 PL2]
  12.  
  13. Alberto Otero Garcia (is04439@els.url.es) wrote:
  14. : Hi there. I wanna know if anybody can send me the source of a program 
  15. : coded in C. The program must be an ISR, this is a program developed for 
  16. : DOS. It consists of a resident program that is activated when certain 
  17. : interrupt is called. It works like a TSR (terminate and stay resident) 
  18. : program, but while you run the TSR with some key combination, the ISR 
  19. : runs when you call some INT. The program will (I supose) have some parts 
  20. : in assembler, but this doesn't really matter to me.
  21. : I would be very happy if you post your answer in my e-mail address apart 
  22. : from the newsgroup, because I can't access to it every time I'd like.
  23. :        
  24. :            Thank you.
  25.  
  26. :         Alberto Otero Garcia     e-mail: is04439@els.url.es
  27. :                                          di04439@orion.dsio.url.es
  28.  
  29.  
  30. DOS interrupts and ISR functions are not defined by the C Standard.
  31. Please take this question to comp.os.msdos.programmer, where it is
  32. more relevant, or consult your compiler's documentation.
  33.  
  34. Greg
  35. --
  36. Greg Bacon <gbacon@cs.uah.edu>
  37. University of Alabama in Huntsville
  38. CS Department Systems Support Team
  39.